Hello,
I have an object with a nullable int property that I am binding to the PropertyGrid. If the int property contains a value and I clear it out, it looks like the grid has validation that requires the int to have a value even though it is nullable. Is it possible to allow the int property to be null?
Thanks,
Blake
I have an object with a nullable int property that I am binding to the PropertyGrid. If the int property contains a value and I clear it out, it looks like the grid has validation that requires the int to have a value even though it is nullable. Is it possible to allow the int property to be null?
Thanks,
Blake
6 Answers, 1 is accepted
0
Hi Blake,
Maya
the Telerik team
Indeed, we used to have such an issue, but it has already been resolved. Please wait for our latest internal build coming next Monday and test your application with it.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Blake
Top achievements
Rank 1
answered on 08 Oct 2012, 05:11 PM
Is that today or a week from today?
Thanks,
Blake
Thanks,
Blake
0
Accepted
Hi Blake,
Maya
the Telerik team
The fix is available in the internal build coming later today.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Blake
Top achievements
Rank 1
answered on 09 Oct 2012, 02:52 PM
Thanks, I have confirmed that it is fixed. Although my theme (Metro) for the PropertyGrid is now no longer working. Do I have to apply it differently for it to work in the internal build?
0
Hi Blake,
Maya
the Telerik team
Will it be possible to clarify a bit on this - what do you mean by not working ? Do you have some custom styles based on Metro theme ? Or you just replace your binaries with those from the internal build and some of the styles got messed up ?
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Blake
Top achievements
Rank 1
answered on 09 Oct 2012, 06:11 PM
Nevermind, I think I have it working now. Thanks for your help!