I have Ultrawebgrid in web user control. I am building columns and rows dynamically in code behind Page load event. I loaded user control in my page. Grid works fine, but none of these events are firing: Initializelayout, InitiliazeRow. I have vesion 10.2
Please help.
Thanks
Hello arkgroup,
Where did you try to handle this events - in your UserControl or in the page that is used to host this UserControl?
It will be very helpful if you provide us with the simplified version of your UserControl and page code (at least the .aspx code) that we can use for further testing.
I am waiting for your response.
I put event handler in user control. It works for Javascript events like AfetrRowInsertHandler, but not for server side like InitializeRowEventHandler. In my page I have loop and in this loop I am loading user control like this: Plan oneplan = (Plan)LoadControl(Plan.ascx). User control has UltraWebGrid in it. I am building columns and rows for this grid dynamically as well in Page Load event
Hi arkgroup,
did you resolve your issue?