iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
I can replicate the issue now. I will forward this issue to our developer teams. This issue only happens when there is a scrollbar at the page and WebGrid is on bottom position.
Regards,Handy
Hello Steve,
I think this issue is no longer connected with our control but mostly from your SQL settings.Regarding the issue, I found article that explain this issue. http://support.microsoft.com/kb/555332. Hope this helps.
Hello John,
I am sorry for the late response. I am still unable to replicate the issue in here by following step by steps you told me. Did you also ever modify the master page. The sample info, should not be at bottom page. It should be at the top. Unless you have modified the master page.My browser also don't have any vertical scrollbar. I wonder what we missed from the steps. I attached the original master page and the modified FirstExprience.aspx samples based on your details.For further information, please let me know if you can replicate the issue in my sample or not. You can also let me know your current environment.
Hello Jesse,
Have you run my sample? I changed the QueryOperation in my sample and the footer still shows at the first load. Is there anything that I should check?
If you want to get the information in server side, you can do it in WebGridButtonClick server side event. In order to trigger this event you would need to set ButtonAutoPostBack as true and ButtonPostBackMode as FullPagePostBack.
<ISWebGrid:WebGridColumn ButtonAutoPostback="True" ButtonPostbackMode="FullPagePostback" ColumnType="ButtonImage" EditType="NoEdit" Name="Img" Width="100px"> </ISWebGrid:WebGridColumn>
In server side, you can get the information by using the code below.
string key = WebGrid1.SelectedRowKeyValue; WebGrid1.RootTable.Rows.GetRowByKeyValue(key).Cells.GetNamedItem("CategoryName").Text;
Please let me clarify your question before I answer it.So, you want to pass date information to report viewer, not to WebGrid, correct? Please correct me if I am wrong.I don't know much detail about ReportViewer. But can you use something like passing parameter? Actually, the way you use sessions can be considered as parameters.Also, those information also can be passed into your query string or something. But it depends on what is your scenario.
Hello Vincenzo,
Actually, 2011R2 only contains 2 new version product which are WebEssentials2 and ClientUI6.WebGrid and WebCombo still use the same version. Only the build version of hotfixes are changed to higher.However, you might not find any update in update manager since we never released any hotfixes when we release R1/R2 installer. The update only shows update if we have released hotfixes officially.I still suggested you to install 2011R2 version because you might not find the latest registries for the new products.
I am not able to replicate your first issue. At my end, the footer shows fine even though I set width and height for UXGridView. I attached my sample. Please help me to modify my sample so it can show the issue.About the last issue, I can replicate well in here. I have reported this to our developer teams and it would be fixed in our next release build.
Hi Michal,
Basically, you can set your own dataformat string in DataFormatString property inside WebGridColumn.However, if you have set it and still faced the issue, please let me know what's format that you currently use?
Hello Arun,
Unfortunately no. We were contacting Active Report services but they have not ever responded. We contact them since we are using their active report engine.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname