Re: Some events are not executed from child gridview
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
The first/parent grid is databinded from a button because user makes
selection on countries, products, clients and depending on them SQL is
created and bind the grid. The second/child gridview, shows more
details for each row of parent grid and it's data is binded in the
RowDataBound of the parent gridview.
Since RowDataBound of child gridview works for applying colors to it's
rows, shouldn't the RowCommand event work also ?
.
Relevant Pages
- Re: Selectedindexchanged event not firing on gridview
... unfortunately I do need a button on the grid view which will take users ... I tried the rowdatabound suggestion for my gridview as follows: ... hide/show it as needed in RowDataBound event. ... a Select button column in a GridView is a complete waste of screen ... (microsoft.public.dotnet.framework.aspnet) - Re: ATTN MS: GridView improvements
... I agree that all in all, the GridView is a decent component, it does a good ... through every row of the grid and just recommit every row back to the ... editing/updating/deleting commands, ... ... header and footer with no rows between them. ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Re: Gridview question
... We have define strongly Type Dataset and then Bind that with the Grid. ... loaded into a dataset and bound to a gridview. ... can imagine reloading 5000 records could be a bit slow and unneeded. ... (microsoft.public.dotnet.languages.vb) - Re: GridView w/ ITemplate Columns - Cant find data on Postback
... I had the same issue recently with the GridView. ... This grid control has a RestoreTemplate event that you can use to restore all of your ITemplate based columns during a postback. ... Dynamically rendered controls come back in Viewstate???? ... (microsoft.public.dotnet.framework.aspnet.webcontrols) - Re: gridview paging oddity
... without error the first time thru and loads the page as planned. ... John ... If there isn't anything found in the search, then the grid ... that will return the gridview back to its original state. ... (microsoft.public.dotnet.framework.aspnet) |
|