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

Unable to select a row in RadGrid

2 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Balamurali Venkatesan
Top achievements
Rank 1
Balamurali Venkatesan asked on 08 Oct 2008, 02:44 PM
Hi,

Iam unable to select a row in RadGrid although I have set the AllowRowSelect to true.

When i just try to click on the row it doesn't get selected

Please find below the sample code for the grid.We set the datasource on NeedDatasource event

<

telerik:RadPageView ID="_radPageViewMarkets" runat="server" Selected="True">

 

 

<telerik:RadGrid ID="_radGridMarkets" runat="server" AutoGenerateColumns="False"

 

 

AllowPaging="True" PageSize="100" GridLines="None" Skin="Office2007" OnNeedDataSource="_radGridMarkets_NeedDataSource">

 

 

<AlternatingItemStyle BackColor="#EDEFF1" BorderColor="Blue" />

 

 

<ItemStyle BorderStyle="Solid" />

 

 

<PagerStyle AlwaysVisible="True" Position="TopAndBottom" Mode="Advanced" />

 

 

<ClientSettings>

 

 

<Selecting AllowRowSelect="true" />

 

 

</ClientSettings>

 

 

<MasterTableView>

 

 

<RowIndicatorColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</RowIndicatorColumn>

 

 

<ExpandCollapseColumn>

 

 

<HeaderStyle Width="20px" />

 

 

</ExpandCollapseColumn>

 

 

<Columns>

 

 

<telerik:GridBoundColumn DataField="Tag" HeaderText="Tag" UniqueName="_colTag">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="ShortDescription" HeaderText="Short Description"

 

 

UniqueName="_colMktShortDesc">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="LongDescription" HeaderText="Long Description"

 

 

UniqueName="_colMktLongDesc">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="ExchngRateMarketTag" HeaderText="Exchange Rate Tag "

 

 

UniqueName="_colExchngRateMarketTag ">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="ConvertLocalCurrency" HeaderText="Convert Local Currency "

 

 

UniqueName="_colMktConvertLocalCurrency ">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="IndexConsolidation" HeaderText="Index Consolidation"

 

 

UniqueName="_colIndexConsolidation ">

 

 

</telerik:GridBoundColumn>

 

 

<telerik:GridBoundColumn DataField="MarketConsolidation" HeaderText="Market Consolidation"

 

 

UniqueName="_colMarketConsolidation">

 

 

</telerik:GridBoundColumn>

 

 

</Columns>

 

 

</MasterTableView><FilterMenu EnableTheming="True">

 

 

<CollapseAnimation Duration="200" Type="OutQuint" />

 

 

</FilterMenu>

 

 

<EditItemStyle BorderStyle="Solid" />

 

 

</telerik:RadGrid></telerik:RadPageView>

Thanks
Bala

 

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 08 Oct 2008, 02:57 PM
Hello Balamurali,

Currently we have known issue with client-side selection when the grid ID starts with "_". We are working to resolve this and hopefully we will provide fix for this with our upcoming Q3 release (early November). In the meantime please avoid such IDs if this is possible in your scenario.

Best wishes,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Balamurali Venkatesan
Top achievements
Rank 1
answered on 08 Oct 2008, 03:01 PM
Thanks for the update Vlad.
Tags
Grid
Asked by
Balamurali Venkatesan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Balamurali Venkatesan
Top achievements
Rank 1
Share this question
or