Ticket Q254784
Visible to All Users

RepositoryItemCheckEdit is not working

created 15 years ago

Hi,

am using Xtragrid contains a number of columns, one column is RepositoryItemCheckEdit. Issue is when i try to check RepositoryItemCheckEdit in the Grid and move focus out of it, it looses checked status.
how to maintain the state?
herewith i have attached the sample project. In this, when i check one row and move the focus to text box, checked column is unchecked.
please check the sample project and correct the mistake i did.
Thanks

Comments (1)
DevExpress Support Team 15 years ago

    Hi Anand,
    Thank you for the message.
    The issue is caused by the fact that the column with the RepositoryItemCheckEdit is unbound. To make it save changes you need to create a data storage for it and set the column's values in the GridView.CustomUnboundColumnData event handler. Please review the Unbound Boolean column with the CheckEdit example demonstrating how to achieve this goal.
    Please let me know if you need any further assistance.
    Thanks,
    Svetlana

    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.