NEVERMIND. I found that the property name has actually changed in since first createing this form.
...using UltraWinGrid 9.2.20092.1003 and VS2010
this grid uses a manually defined schema that was built by using the "import schema from DataSource..." but is not bound to any Datasource.
Only a few of the properties are needed, so most are hidden.
One field in particular continually gets hidden after after binding setting the Datasource property. Before any data is bound, I can see all columns as expected, but after binding this one column disappears.
Are there any default rules or settings that I need to override?
WHAT I'VE TRIED
var docCreateDt = band.Columns.Exists("CreatedDate") ? band.Columns["CreatedDate"] : band.Columns.Add("CreatedDate", "Document Created Date");docCreateDt.Hidden = false;
Hello Kevin,
I am glad to hear that you were able to solve the issue with this property.
I will be happy to assist you in the future whenever you decide to write in our forums, thank you for your words!
Hey Boris, thanks for the follow up.
In short the error was between the keyboard and my chair :) Specifically that property got renamed. I simply updated the name in my code and everything worked as expected.
Also, I have to say that while I'm not really a fan of 3rd party controls (existing project and all), your response time on these forums and the answers and guidance provided, definatley set you apart from the competition.
thanks
Could you please let us know what was the problem exactly? Please let me know if you are experiencing any other issues.