Hello,
Due to some problems implementing radcombobox to select from a list of records, I'm trying to create a radwindow with a radgrid inside to allow the selection of one record from it.
I was reviewing a lot of examples and the example more similar is "Window / Using the URL for Server Arguments". This example only show a radwindow with a grid inside but not return any values to parent form.
For my purposes, just change the parent grid for a data entry form and in a field with a button I want to open a radwindow with the grid and when the user select a record, return the id and description of the record to the parent form to fill the current field.
From this example I'm trying to reduce the overload of getting a lot of data from several tables into the same data entry form.
Could you give provide me with an example of return values selected in a radgrid to a parent form?
Thanks a lot in advanced
Jose
Due to some problems implementing radcombobox to select from a list of records, I'm trying to create a radwindow with a radgrid inside to allow the selection of one record from it.
I was reviewing a lot of examples and the example more similar is "Window / Using the URL for Server Arguments". This example only show a radwindow with a grid inside but not return any values to parent form.
For my purposes, just change the parent grid for a data entry form and in a field with a button I want to open a radwindow with the grid and when the user select a record, return the id and description of the record to the parent form to fill the current field.
From this example I'm trying to reduce the overload of getting a lot of data from several tables into the same data entry form.
Could you give provide me with an example of return values selected in a radgrid to a parent form?
Thanks a lot in advanced
Jose