Hello, my application scenario is the following.
I have a rad grid with a select column which currently uses a button for selection.
What I would like to do is when the user clicks on the button, I would like a pop-up window, similar to that of a pop-up editor, but I do not want to edit the grid item, only show more details.
To show the details, I need to be able to bind a custom user control that I have created inside the popup to a data item from my database in a server-side event.
I have looked through the forms / documentation and cannot find a proper way to do this, do you have any suggestions?
As an alternative, I'd like to be able to dynamically bind the data item to a user control in a details template, I cannot find how to do this either.
Any help is greatly appreciated,
Thanx, T.J.
I have a rad grid with a select column which currently uses a button for selection.
What I would like to do is when the user clicks on the button, I would like a pop-up window, similar to that of a pop-up editor, but I do not want to edit the grid item, only show more details.
To show the details, I need to be able to bind a custom user control that I have created inside the popup to a data item from my database in a server-side event.
I have looked through the forms / documentation and cannot find a proper way to do this, do you have any suggestions?
As an alternative, I'd like to be able to dynamically bind the data item to a user control in a details template, I cannot find how to do this either.
Any help is greatly appreciated,
Thanx, T.J.