Hi,
I'm using the infragistics controls in my project especially UltraweGrid and Webcombo. The application works fine with IE and Mozilla browsers.But when I use the apllication in Safari browser, (For any click/event) I'm getting this this fuzzy error as follows.
Do the Infragistic controls have compatibility over the browser?
Can u plz Resolve this error ?
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
[IndexOutOfRangeException: Index was outside the bounds of the array.] Infragistics.WebUI.WebCombo.WebCombo.LoadPostData(String postDataKey, NameValueCollection values) +611 System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +611 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2877
Can any1 plz reply 4 the above Post ??? URGENT
Hello,
UltraWebGrid and WebCombo are not supported within Safari. However, I am not sure if you are aware of our Aikido framework and controls based on it. We have a WebDataGrid (a grid control, similar to UltraWebGrid) that is tested and supported within Safari and in our next release we will be shipping a WebDropDown control that can do pretty much everything that the WebCombo does.
In a different post you mention that you are using 2008 Volume 3, so you should already have the WebDataGrid component in your toolbox, and in the first week of April, we will be releasing our next volume that will include the WebDropDown control as well. If you want to try out the WebDropDown now, its included in the current ASP.NET CTP.
https://es.infragistics.com/products/aspnet
Hope this helps.
Taz.
Hi Shankar,
Sorry for the delay in response as I was quite busy last few days with the 9.1 release. I would like to point you to the following post to better understand the differences between the two controls.
https://es.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/16141/what-s-the-difference
HTH,
Taz
Thanks Taz for ur reply.
I've checked out the link you provided.. There again u've mentioned u have been working on how to provide a conversion guide from UWgrid to WebdataGrid.
1) So May i know When U can provide tht??
and as per now I'm known with 2 major differences b/w both::
(A) WebdataGrid doesnot support Heirarchical type(only flat type) whereas UWG supports both
(B) We cant have any column of type DropDownList in WebdataGrid whereas we can have tht in UWG
2) I dint get tht 'Outlook GroupBy' as I'm not aware of tht.. Can u brief me abt tht??
What grid requirements do you have for your application? Do you need a flat grid or a hierarchical grid?
Hi Taz,
I'm using Heirarchical grid type in one application and flat grid type in another application ...
1) so wanna know if i should get converted to webdatagrid (for flat type) just to get compaible over the main browsers.???
2) So in the application (where heirarchical type is used), any solution avaiable to get compatible with the main browsers expescially Safari?????. <as it's inevitable that i cant move to WebdataGrid from UWG since it doesn't support heirarchical type >
If you want a flat type grid and WebDataGrid fulfills the features required for the grid, then you can use the WebDataGrid because it is currrently tested and supports all major browsers.
We are taking issues with the UltraWebGrid in Safari and other browsers, so please report these issues to our support so that we can look futher into the matter.
http://es.infragistics.com/Support
Also, not sure if it will help, we do have plans to add hierarchical view to the WebDataGrid in future release, but I cannot commit to any timeframe at this point.