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
Hello Mike,
I guess you have added button in the GridGroupHeader and want to access the groupheader in the Button_Click event. If so, try the following code snippet in order to achieve the same.
C#:
If you want to iterate through all the groupheader items, then you can use the following code.
-Shinu.
string
headerName = Convert.ToString(headerItem["NAME"].Text); does not seem to work.