Bug Report T300244
Visible to All Users

 ASPxTitleIndex - The server-side ItemClick event is not raised when FilterBox is invisible

created 9 years ago

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>

Comments (1)
Nastya (DevExpress Support) 9 years ago

    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.

    Answers approved by DevExpress Support

    created 9 years ago

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.