when I am trying to save data in toolbar tag as below
UltraToolbarsManager1.Toolbars(0).Tools(0).Tag = "Data"
I am getting error "Error encountered while serializing data into stream"
This error is occured on below code:
UltraToolbarsManager1.SaveAsXml(readMemoryStream,True)
Please suggest how to store data in UltraToolBarManager Tag without error.
Hello Priyanka,
I have tried to reproduce the issue you’ve got based on your description and everything seems to work fine for me. Could you please review my sample and try to modify it in order to reproduce the issue you’ve got, so I’ll be able to investigate this on my own. Also please let me know the exact version of Infragistics which you are using. Please see attached zip.
I am waiting for your feedback.