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

ListView Layout

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Muhammad Imran
Top achievements
Rank 1
Muhammad Imran asked on 08 Jul 2010, 08:49 PM
Hi All

Need help:

I am using following example

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/listview/defaultcs.aspx

And i need following requirements

1) Can i select any Customer Panel / Item then it change color also i want to use selected item?
2) Can i show only 1 Filter Column like CustumerID and other ill hide?


thx

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 09 Jul 2010, 08:46 AM
Hello Muhammad,

The RadGrid ListView layout is practically an HTML hack and one of the side effects is that selection is not supported, because there are no data rows to be clicked - they are hidden.

For your information, you can enable / disable filtering per column by setting the column's AllowFiltering property.

<telerik:RadGrid>
    <MasterTableView>
        <Columns>
            <telerik:GridBoundColumn AllowFiltering="false" />
        </Columns>
    </MasterTableView>
</telerik:RadGrid>


In your case I suggest you to use RadListView and RadFitler as in the following demo:

http://demos.telerik.com/aspnet-ajax/filter/examples/firstlook/defaultcs.aspx?product=listview

In this way you will have item selection.

Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Muhammad Imran
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or