Hi,
i am using infragistics 9.1
i have an ultragrid with a datasource having the first column as DateTime
in the Grid, the cells of the first column are datetimeeditors (default behavrior of the grid)
my problem is that when i click the drop down button of the date time editor, i am getting an error. you can see the error in the attached image
Judging from your screen shot, it looks like you're encountering an issue that has been addressed with the latest service release; if you can't download the service release immediately, a temporary workaround is to set the Format of the DateTime column to "MM\dd\yyyy".
-Matt
the workaroung didn't work
i guess i will have to wait until we get the latest service release
meanwhile, is there a way to prevent the dropdown button from shownig (keep the datetime editor without the calendar drop down
thx
I can't remember the exact workaround for the bug, it was definitely whatever the default date format was for the English culture (maybe I had the slash wrong, could try "MM/dd/yyyy").
As for removing the button, you could try setting the Style of the column to DateTimeWithoutDropDown:
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e){ e.Layout.Bands[0].Columns["DateColumn"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DateTimeWithoutDropDown;}
This sounds like you're clicking on a link in the "Recent" tab, which lists all of your recent downloads. The links on this tab lead directly to the individual downloads themselves, rather than providing a list of related downloads, based on your most recent downloads.
Instead, click on the "NetAdvantage" tab, then on the grid row for your registered key for the version for which you want to download a service release.
i went to the My IG and then keys and Downloads. i some tabs (recent , NetAdvantage,TestAdvantage...)
when i click on the NetAdvantage for Win Client 2009 Vol. 1 , the download page is opened automatically.
from where to go to the "Service Releases" section?
Most likely, you downloaded the product installer (from the "Products & Bundles" section) rather than the service release (from the "Service Releases" section). The service release is a .zip file that contains three files, the most important of which is an .msp file (not an .exe).
hi,
i asked the IT to follow the steps of the post, but we got the same exe files we already downloaded before.
is there another way to get the service release?
Hady said:how can i get the latest service release?