Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
hi i use these code for gridView if (e.Item.ItemType == DataControlRowType.Header || (e.Item.NamingContainer as GridView).Rows.Count == 0) return;
GridViewRow row = this.GridView1.Item[(e.Item.NamingContainer as GridView).Rows.Count - 1]; when i used for Radgrid I Have Error Please Help me