7 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 28 Jul 2008, 04:16 AM
Hi,
Go through the following help article which explains how to implement multi-level headers with RadGrid.
Customizing with GridTemplateColumn
Thanks
Shinu.
Go through the following help article which explains how to implement multi-level headers with RadGrid.
Customizing with GridTemplateColumn
Thanks
Shinu.
0

yusuf.nar
Top achievements
Rank 1
answered on 30 Jul 2008, 06:31 AM
in this case, i think we will not be able to use sorting mechanism oıf the grid, so i think this is not a useful solution..
0
Hi yusuf.nar,
You can still take advantage of the sorting feature of the grid by specifying CommandName/CommandArgument for the buttons inside the header template of the column. Review the last column definition on this online demo for more details:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/ColumnTypes/DefaultCS.aspx
Best,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can still take advantage of the sorting feature of the grid by specifying CommandName/CommandArgument for the buttons inside the header template of the column. Review the last column definition on this online demo for more details:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/ColumnTypes/DefaultCS.aspx
Best,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

yusuf.nar
Top achievements
Rank 1
answered on 30 Jul 2008, 07:03 AM
Stephen,
thank you very much for your good support,
the second step of my problem is that i want to place a dropdown list box under header text, when the user selected any item from dropdown, any operation will be done with this argument. how can i achive this?
Regards,
thank you very much for your good support,
the second step of my problem is that i want to place a dropdown list box under header text, when the user selected any item from dropdown, any operation will be done with this argument. how can i achive this?
Regards,
0
Hello yusuf.nar,
If you are referring to filtering capabilities for such type of template columns, review the sample project from the following code library entry:
http://www.telerik.com/community/code-library/submission/b311D-khebd.aspx
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
If you are referring to filtering capabilities for such type of template columns, review the sample project from the following code library entry:
http://www.telerik.com/community/code-library/submission/b311D-khebd.aspx
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

yusuf.nar
Top achievements
Rank 1
answered on 30 Jul 2008, 07:50 AM
Stephen,
I will not use filtering, i am trying to make a custom behaviour with this dropdown and other server controls, in the same way i posted in previous post. Is there a way to achive this issue?
Regards,
I will not use filtering, i am trying to make a custom behaviour with this dropdown and other server controls, in the same way i posted in previous post. Is there a way to achive this issue?
Regards,
0
Hi yusuf.nar,
The codeless sorting capability can be achieved with buttons only since dropdown list or other controls does not have CommandName/CommandArgument values. If you would like to sort the records using dropdown, you will need to achieve that with your custom code implementation which strictly depends on your requirements and configuration schema.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The codeless sorting capability can be achieved with buttons only since dropdown list or other controls does not have CommandName/CommandArgument values. If you would like to sort the records using dropdown, you will need to achieve that with your custom code implementation which strictly depends on your requirements and configuration schema.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.