Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2815
Getting the actual text rendered text from a
posted

How do I get the actual display text from a datagrid cell?   This is the actual value that has been either been converted though the Field.Converter or Field.Format properties.

I tried:

cell.Record.GetCellText(cell.Field);

where cell is an instance of the Cell class but this does not give me the actual rendered text.

Parents
No Data
Reply
  • 16495
    Offline posted

    Hello Klaus,

     

    Thank you for your post.

     

    I have been looking into your requirement and I am not sure that I understand it correctly. Would you please provide me with more details about your issue and what you want to achieve? I created short sample application based on your scenario. Would you please modify it with the functionality, that you are using, so it reproduces the issue. This way I would be able to further investigate this for you and provide you with more detailed information on this matter. Also you can take a look at the following forum thread, where similar functionality is discussed:

     

    http://ko.infragistics.com/community/forums/t/45394.aspx

     

     

     

    Looking forward to hearing from you.

    GetActualTextFromCell.zip
Children