This is a migrated thread and some comments may be shown as answers.

Grid sort icon is not working

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
yasotha
Top achievements
Rank 1
yasotha asked on 17 Aug 2012, 09:41 AM

The grid short icon(arrow) doesn’t sort the data grid instead submitting the page.

The source shows as below

<input type="submit" name="ctl00$ContentPlaceHolder1$_grid$ctl00$ctl02$ctl00$ctl01" value=" " title="Sorted asc" class="rgSortAsc" />

 

I have even tried adding the ImagesPath to the radgrid. But still have the same behaviour.

 

Any solution?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 17 Aug 2012, 04:43 PM
Hi,

< input type="submit" /> is used with skins, because these buttons can have background images applied (from the skin).

If you don't want to use any of the RadGrid's embedded skins, then use a custom skin. Set Skin="MySkinName" and EnableEmbeddedSkins="false".
http://www.telerik.com/help/aspnet-ajax/introduction-create-custom-skin.html

All the best,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
yasotha
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or