User Profile & Activity

Handy Surya Support
Page
of 223
Posted: February 7, 2012 9:34 PM

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.

Regards,
Handy

Posted: February 6, 2012 10:50 PM

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.

Regards,
Handy

Posted: February 6, 2012 10:24 PM

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?

Regards,
Handy

Posted: February 2, 2012 11:02 PM

Hello,

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;

Regards,
Handy 

Posted: February 2, 2012 10:11 PM

Hello Steve,

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.

Regards,
Handy

Posted: February 2, 2012 10:00 PM

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.

Regards,
Handy

Posted: February 2, 2012 9:47 PM

Hello,

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.

Regards,
Handy

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?

Regards,
Handy

Posted: February 2, 2012 1:37 AM

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.

Regards,
Handy

All times are GMT -5. The time now is 3:03 PM.
Previous Next