This is what we've found with your selected tag(s)
Add another tag to filter the results or ask the community!
  • Improving user interface performance

    Hi All, I have a grid(using record data) that its making my interface take about 10-15 seconds to load- it has 32 columns and the data is very big. Any suggestions to improve performance ? thanks in advance
  • Grid has to display data in Case Sensitive based on selection in the dropdown filter

    Hi, From the below screenshot in the Dropdown filter i am selecting "TEST" where every letter is capital so in the below grid the data has to display only the data which is exactly match the "TEST" filter but it is also displaying irrespective of case…
  • Radio Buttons and Read Only Grid

    Hi All, Is it possible to have radio buttons in a grid column of a read only grid? Thanks in advance
  • get readonlyGrid Fv! data outside gridcolumn()

    Hi, I have the following scenario: Take a shopping cart. I have three tables: cartdetails which has foreign key productsId from product table, product table which has categoryId from category table. the grid data is -> cartdetails and columns are…