Hello,
I use the control aspxtitleIndex. I bind it with a datasource.
The problem is that the items are not clickable. So the item click event doesn't fire too.
I want to use the server side item click event.
Best regards,
<dx:ASPxTitleIndexID="ThemeList"runat="server"DataSourceID="LinqDataSource1"GroupingField="ParentNaam"IndexPanelItemFormatString=""OnItemClick="ThemeList_ItemClick"TextField="ChildBoomNaam"Theme="SoftOrange"Width="50%"Cursor="default"NameField="ParentID">
<Columns>
<dx:TitleIndexColumn>
</dx:TitleIndexColumn>
<dx:TitleIndexColumn>
</dx:TitleIndexColumn>
<dx:TitleIndexColumn>
</dx:TitleIndexColumn>
<dx:TitleIndexColumn>
</dx:TitleIndexColumn>
</Columns>
<FilterBoxVisible="False"/>
<PaddingsPadding="5px"PaddingBottom="5px"PaddingLeft="5px"PaddingRight="5px"PaddingTop="5px"/>
</dx:ASPxTitleIndex>
<asp:LinqDataSourceID="LinqDataSource1"runat="server"ContextTypeName="DataClassesDataContext"EntityTypeName=""TableName="VW_GrandParent_Parent_Child_ChildChilds"Where="GrandParentTypeInhoud == @GrandParentTypeInhoud && ParentTypeInhoud == @ParentTypeInhoud && GrandParentID == @GrandParentID && ChildTypeInhoud == @ChildTypeInhoud">
<WhereParameters>
<asp:ParameterDefaultValue="109"Name="GrandParentTypeInhoud"Type="Int32"/>
<asp:ParameterDefaultValue="110"Name="ParentTypeInhoud"Type="Int32"/>
<asp:SessionParameterName="GrandParentID"SessionField="MenuDimension"Type="Int32"/>
<asp:ParameterDefaultValue="111"Name="ChildTypeInhoud"Type="Int32"/>
</WhereParameters>
</asp:LinqDataSource>
Hello,
Thank you for the provided markup. I have managed to reproduce the issue and forwarded this ticket to our developers for further research. We will contact you as soon as we have any results.