Hello,
I have a kendo grid that has template columns with "select" button. All this works fine. now when the user clicks that select I want the id to be passed into another page that has 2 controls : a kendo grid(populated from the database according to the id supplied) and another say listbox(with 4 fields also populated from the database according to the id supplied )
How do I get both controls populated with data?
click "select"--> populate grid and list/table
Can you give me a sample for what I am trying to do?
I have a kendo grid that has template columns with "select" button. All this works fine. now when the user clicks that select I want the id to be passed into another page that has 2 controls : a kendo grid(populated from the database according to the id supplied) and another say listbox(with 4 fields also populated from the database according to the id supplied )
How do I get both controls populated with data?
click "select"--> populate grid and list/table
Can you give me a sample for what I am trying to do?