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

filtertemplate using checkbox

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 20 Sep 2011, 08:37 PM
http://www.telerik.com/help/aspnet-ajax/grid-filtertemplate.html

Is there a replacement for Checkbox for RadComboBoxSelectedIndexChangedEventArgs?
When I tried the client code version, args is undefined.

<script type="text/javascript">
    function chkFilter_CheckedChanged(sender, args) {
        var tableView = $find("<%# TryCast(Container, GridItem).OwnerTableView.ClientID %>");
        tableView.filter("column", args.get_item().get_value(), "EqualTo");
    }
</script>

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 26 Sep 2011, 11:07 AM
Hello Lenny_Shp,

Based on the supplied information, it is hard to determine what is causing the unwanted behavior at your end. Could you please post your aspx markup code with the related code behind or send us a small runnable example which demonstrates the described issue.
Thus we will be able to gather more details about your scenario and provide you with more to-the-point answer.

Looking forward for your reply.

All the best,
Radoslav
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
Lenny_shp
Top achievements
Rank 2
Answers by
Radoslav
Telerik team
Share this question
or