Hi,
In my grid, one of my columns has a dropdown rendered and it works, but the amount of data returned to populate the dropdown is causing a very slow response. I want to speed up the time it takes to display records in the dropdownlist.
From the controller, I set the Datasource for the dropdown, from the SQL table. There are more than 64000 records and this is causing the dropdown in the grid to take a long time to open and show the data.
What would be the best approach to show the data in the grid dropdown to display faster?
This does not look like it's going to work.
My second idea is to add a custom command to search for what I need. So I will want to add a custom command button in the grid. When this button is clicked, a dialog must open with the data being searched for and once selected on the dialog, the grid must be populated with the selected value from the dialog.
If this is possible, can you please provide a sample?
Query 2:
in the grid, I want to render a custom command button for each row in a specific column. When the button is clicked, a dialog must open to show from a specific data set (will be a SQL query). The dialog must then allow me to select a value from the listed data (i was thinking of using a grid here or a select list with filtering). Once the value is selected, the dialog must close and the value selected from the dialog must be added to the cell where the command button was clicked.
I hope that makes sense.
Hi.
Any further news on this?
Thanks for this. I will test it out.