I am using Infragistics UltraWinGrid. The grid is binded to LLBL EntityCollection that has
UserGUID,BookTypeGUID, ValidatedDate
I have setup the Grid in following way
UserGUID is a drop down with UserCollection and has DisplayMember =UserName and ValueMember=UserGUID.
BookTypeGUID is a drop down with BookTypeCollection and has DisplayMember =BookType
and ValueMember=BoodTypeGUID.
ValidatedDate is DateTimePicker
Everything is fine except when i try to add new row, i get "000-00...s" on UserGUID and BookTypeGUID and '01/01/01' on ValidatedDate.
but once i save it looks ok.
even setting up with grid's default value to DBNull didnt work (i get an error)
I have not tried this with LLBLGen V2 yet. I coulnt get any resolution from Infragistics...so i come here.
whats my solution. how can i get rid of default 0s on GUIDs and '01/01/01' on Date.
I am Using WinForm,Adaptor, VS 2005.