Hello,
I'm having some trouble with getting a RadGrid to perform automatic operations inside a RadWindow, and am wondering if i'm either doing something wrong or it's not possible.
Scenario: I have RadGrid (Id = RadGridHdr) on default.aspx.vb. This grid is databound with all automatic operations enabled and working beautifully. I have the OnRowDblClick clientsetting set to open a RadWindow (Id = RadWindowDtl). This works no problem. The RadWindow loads detail.aspx.vb which contains another RadGrid (Id = RadGridDtl). This grabs the request object from the OnRowDblClick client event which is a selectparameter on the datasource that feeds RadGridDtl. All this works no problem. I can click the Insert button and the ItemCommand fires for RadGridDtl (I'm using a formtemplate with radcontrols for the insert/edit). However when I click the PerformInsert button the RadGridDtl basically refreshes itself leaving me on a blank insert form. I have all the Automatic Operations enabled and I know the Insert Query on the datasource is correct. Also another snafu is when RadGridDtl has rows the Edit button is inoperable as well.
Will I need to do advanced data-binding or even client side insert/update/delete because of the RadWindow layer? I can't post an example project due to this being internal data housed in an Oracle Database. I'm workin in VB.Net and using Q1 2010 SP2 controls.
Any help would greatly be appreciated.
Thanks,
Sean
I'm having some trouble with getting a RadGrid to perform automatic operations inside a RadWindow, and am wondering if i'm either doing something wrong or it's not possible.
Scenario: I have RadGrid (Id = RadGridHdr) on default.aspx.vb. This grid is databound with all automatic operations enabled and working beautifully. I have the OnRowDblClick clientsetting set to open a RadWindow (Id = RadWindowDtl). This works no problem. The RadWindow loads detail.aspx.vb which contains another RadGrid (Id = RadGridDtl). This grabs the request object from the OnRowDblClick client event which is a selectparameter on the datasource that feeds RadGridDtl. All this works no problem. I can click the Insert button and the ItemCommand fires for RadGridDtl (I'm using a formtemplate with radcontrols for the insert/edit). However when I click the PerformInsert button the RadGridDtl basically refreshes itself leaving me on a blank insert form. I have all the Automatic Operations enabled and I know the Insert Query on the datasource is correct. Also another snafu is when RadGridDtl has rows the Edit button is inoperable as well.
Will I need to do advanced data-binding or even client side insert/update/delete because of the RadWindow layer? I can't post an example project due to this being internal data housed in an Oracle Database. I'm workin in VB.Net and using Q1 2010 SP2 controls.
Any help would greatly be appreciated.
Thanks,
Sean