Hi,
I am building a web server control that based on UltraWebgrid. I have a custom preset xml for the DisplayLayout and would like to add additional custom xml elements within this file for my control use. When I tried to parse this xml document using the XPathDocument, it complains that the prefix tag igtbl:UltraWebGrid is an undeclared namespace. I checked all the presets that came with Infragistics SDK, they never defined igtbl within the XML preset file.
May I know what is the correct namespace I can put in the preset xml file?
Thanks!