Questions tagged [frozen-columns]

35 questions
10
votes
1 answer

how to filter cassandra query by a field in user defined type

how to filter cassandra query by user defined type field? i want to create people table in my cassandra database so i create this user-defined-type in my cassandra database. create type fullname ( firstname text, lastname text ); and i have…
reihaneh
  • 225
  • 4
  • 18
6
votes
0 answers

Performance on Cassandra frozen types

I have been googleing a bit about the benefits of having frozen collections vs non-frozen collections performance-wise but I have not been very lucky. Can anybody tell me anything about it or paste a proper link to get some insight ? Thanks in…
chemipot
  • 252
  • 2
  • 7
5
votes
2 answers

How to use jqgrid frozen column for different screen widths?

I have a JQgrid grid with a lot of columns. Some people have very wide monitors and some have small laptops. I want a solution where the folks that have wide monitors can have the grid stretch as long as the size of the window. For the ones with…
leora
  • 188,729
  • 360
  • 878
  • 1,366
5
votes
2 answers

JQGrid - frozen column - freezing column to right end of the grid

Is it possible to freeze last column to the right side of the grid? All the demos that I came across shows freezing 1st or 1st & 2nd column to left side of the grid. I tried using frozen:true property to only last column in colModel, but its not…
C.P.
  • 1,182
  • 3
  • 13
  • 32
4
votes
2 answers

WPF Datagrid Multiple Synchronised Frozen, Collapsable Panes separated by GridSplitter

I have a requirement to create a "super grid" as part of an application, which will consist of multiple frozen and scrolling panes. The grid also has the requirements that it must support the following features: Display a datagrid with 100s of rows…
Dr. Andrew Burnett-Thompson
  • 20,980
  • 8
  • 88
  • 178
4
votes
1 answer

setViewportMargins() and "locked" rows and columns

the documentation of void QAbstractScrollArea::setViewportMargins(int left, int top, int right, int bottom) says: Sets the margins around the scrolling area to left, top, right and bottom. This is useful for applications such as spreadsheets with…
mvidelgauz
  • 2,176
  • 1
  • 16
  • 23
2
votes
1 answer

why doesn't Jqgrid frozen column seem to work with filter rows and filter heading?

i can't get frozen columns to work with jqgrid (4.3.0). the only thing i can think of is that i have some specific things that are not out of the box: I am using filtered row at the top. I am showing all buttons at the top of the grid using…
leora
  • 188,729
  • 360
  • 878
  • 1,366
2
votes
1 answer

Checkbox selection with frozen columns feature causing multiple checkbox columns inside primeng table

I am implementing following two features of Primeng Table inside my angular Project. Checkbox selection. Scroll down to the section named Checkbox Selection. Frozen Columns. Scroll down to the section named Frozen Columns. Problem: When I freeze a…
Adnan Sheikh
  • 760
  • 3
  • 13
  • 27
2
votes
0 answers

Invalid list literal for of type frozen>

I am having an issue filtering by a column of type frozen> that is part of a clustering key sorted in DESC order. Context This is the definition of my keyspace and tables CREATE KEYSPACE hello WITH replication = {'class': 'SimpleStrategy',…
Omtara
  • 2,911
  • 2
  • 19
  • 31
1
vote
0 answers

jqGrid frozen columns do not work at all

I am using the latest jqGrid version but I cannot make the frozen column works at all. When I inspect it, I do not see the additional div with absolute position over the standard grid at all. Here is my jqGrid set up. jQuery("#refTable").jqGrid({ …
TrangNS
  • 11
  • 1
  • 2
1
vote
1 answer

Does jqgrid frozen column work with treegrid?

I am trying to use the new frozen column feature with a treegrid and it doesn't seem to work. Is this supported in jqgrid ?
leora
  • 188,729
  • 360
  • 878
  • 1,366
1
vote
1 answer

Free - jqgrid: Combine frozen column, grouping header and toolbar search

I'm using free-jqgrid v4.15.5 and have a problem with Frozen column, Toolbar searching and Header grouping. I had a similar question here and got the solution from Oleg And the problem arises when I incorporate the frozen column feature into the…
Tommy1209
  • 179
  • 3
  • 12
1
vote
0 answers

Trigger 'reloadGrid' affects the frozen column

I am using free-jqgrid, v4.15.2 I have a grid with some frozen column and contextMenu feature. It works well. contextMenu work in all frozen columns and normal columns. The problem occured when I set new data for grid and call trigger reloadGrid to…
Tommy1209
  • 179
  • 3
  • 12
1
vote
1 answer

free-jqgrid: hide/show column affect to frozen column?

I have a jqgrid with 2 frozen columns. Frozen works fine if I do not anything. After I hide/show another columns (not frozen columns) frozen is not working. I use free jqGrid version 4.14.0 I don't know what happen. Can anyone help me! Thanks in…
Tommy1209
  • 179
  • 3
  • 12
1
vote
1 answer

Scroll table's frozen column vertically

I have this example and I want to scroll the frozen column vertically without using JavaScript or modify the html code (I can add more containers, bot other things I don't want to change). Is it possible? body { font:16px Calibri;} table {…
István
  • 5,057
  • 10
  • 38
  • 67
1
2 3