Questions tagged [frozen-columns]

35 questions
1
vote
1 answer

PrimeFaces ColumnGrouping not working with frozenColumns

prime faces Datatable have lost table structure when using frozenColumns and columngrouping together before I use frozencolumn it renders well, but when using frozen column it's repeating headers // @tiny code updated
Tora
  • 31
  • 2
  • 10
1
vote
1 answer

HTML spreadsheet with frozen left column, scroll-able vertically?

I've seen examples here and there of a trick to use position:absolute on the first column of a table, and then make the rest of the table scrollable horizontally. This works, as seen here: http://jsfiddle.net/YMvk9/4289/ However, as soon as I…
1
vote
0 answers

ASP.Net grid with frozen headers, columns and lots of data

I am in need of a control that will give me input functionality where the user will get a few locked columns on the left and will be able to enter some values into text boxes to the right (for example a row value may be a name, and the columns would…
MillinMo
  • 395
  • 1
  • 7
  • 21
1
vote
2 answers

google spreadsheet freeze column and row

I have google spreadsheet with some schedules. I froze first 3 lines. Question: How can I froze last column in same sheet? Note: want to froze RED area Output:
Ing. Michal Hudak
  • 5,338
  • 11
  • 60
  • 91
1
vote
0 answers

Primefaces TreeTable frozen columns

is it possible to make the first two columns of a primefaces treetable frozen? This is my TreeTable:
LStrike
  • 1,598
  • 4
  • 26
  • 58
1
vote
1 answer

Can't get JQgrid 4.5.2 frozen columns to work properly -- only headers are moving

I already tried to fix it myself by reading some other questions like this one => why doesn't Jqgrid frozen column seem to work with filter rows and filter heading? but i gues the grid has changed since then because i am not able to call the…
Martijn
  • 404
  • 7
  • 16
0
votes
0 answers

How to make frozen column in primeNg scrollable

How can we make the frozen column in the primeNg table scrollable? I want an individual scroll on the frozen column. How can we achieve that? Stackblitz link…
0
votes
1 answer

ZK: Grid with first column frozen

I have a grid with 7 columns and some rows. Every column has a fixed width (300px), so there is an horizontal scroll. I need to lock first column so that this column is excluded from scroll. In other words, I would like to start scroll from second…
smanulla
  • 99
  • 3
  • 13
0
votes
1 answer

How to freeze columns from the back using wijmo flex grid?

Flex Grid in Wijmo has frozenColumns property. This property is usually used to froze columns from before. How to freeze columns from the back using frozenColumns?
mmm
  • 21
  • 4
0
votes
1 answer

How to freeze a Dynamic column in JqGrid?

I have a something like this: i want to freeze the Doctor Name column which is Dynamic. Actually, the whole grid is dynamic. if (result[7] != null) { var resu = JSON.parse(result[7]); if…
user8763759
0
votes
1 answer

kendo grid frozen columns kendo data binder is not working when using a template

I have a kendo grid with following structure ;
Ktt
  • 469
  • 3
  • 8
  • 18
0
votes
1 answer

kendo grid frozen navigation

I've a kendo grid with Navigatable option, and the grid navigation is working fine when I press Tab. But when I make some columns in grid as locked (frozen columns), the grid navigation is not working as expected. The navigation is working for only…
Joe
  • 25
  • 7
0
votes
1 answer

Primefaces Datatable frozenHeader and scrollableHeader group, Header height miss match

I create data table with prime faces 5.2 and I use FrozenHaeader and scrollableHeader. I read it from lost header datatable use frozen column primeface Problem Header column height not sync between FrozenHaeader and scrollableHeader follow…
Believes
  • 17
  • 3
0
votes
1 answer

Freezing columns in a .Net Framework v4.5 GridView using.Frozen property

I'm trying to programmatically freeze columns in an ASP.Net GridView control with Visual Basic. My code is taken from the msdn knowledge base at: https://msdn.microsoft.com/en-us/library/28e9w2e1(v=vs.90).aspx The code…
russell
  • 23
  • 1
  • 7
0
votes
1 answer

Primefaces datatable Frozen columns Row Heights Mismatch

I have the row heights mismatch problem with the Primefaces data table frozen columns. Row heights of the frozen and not-frozen columns do not match, acting like independent data tables. The row heights are adjusted independently in the left and…