Grid data url parameters
Posted: Wed Nov 06, 2013 11:27 am
Is there a way to pass parameters in a grid data url?
Ex: test.pgm?text=test
I would like to implement a dynamic customer search:
1) Textbox & grid on the page
2) Onkeyup in the textbox I would like to re-render the grid based on what is entered in the textbox
This would pretty much do the same thing as "choices url" of the textbox, but will allow us to use more features as the result would go in a grid instead of a list of values attached to the textbox.
Ex: test.pgm?text=test
I would like to implement a dynamic customer search:
1) Textbox & grid on the page
2) Onkeyup in the textbox I would like to re-render the grid based on what is entered in the textbox
This would pretty much do the same thing as "choices url" of the textbox, but will allow us to use more features as the result would go in a grid instead of a list of values attached to the textbox.