User Profile & Activity

Handy Surya Support
Page
of 223

Hello,

AutoFitColumn can have a different result when set to true or false. When set it true, It will re-calculate all the columns width and resize the column proportionally.
That's why there is a different time. But I could not say it would affect to performance much. Based on my test in my project and your original project, I still could not replicate very slow performance related to AutoFitColumns.

Regards,
Handy

Hello,

Ok. I have notified this request to our developer teams. I will let you know after I got a response from them.
Actually, you don't need the combination server and client. If you used Dexter's workaround, it should work.

Regards,
Handy

Posted: March 31, 2011 11:55 PM

Hello,

Actually, it is a little weird. We never resize the scrollbar. It should be in 19px. So, perhaps you can send us a simple sample that replicates this issue. We need this to investigate the issue.

To set the css class, simply set className property.

example,             document.getElementById("tbFreeze_grdProducts").childNodes[0].childNodes[0].childNodes[0].className = "[youclassname]";

Regards,
Handy

Hello,

It seems there is an issue in our latest build. I will forward this issue to our developer teams and will let you know the update.

For temporary workaround, please try to disable/enable the WebButton from clientside.

Regards,
Handy

Posted: March 31, 2011 2:38 AM

Hello,

Currently, our WebGrid does not have a property to adjust scrollbar height or size. You only can change the size from the element. 

Regards,
Handy

Posted: March 30, 2011 2:58 AM

Hi Eric,

Ok, I will try to check into our system based on IS-5D86A204-3663-4A01-B709-2342F10A6A49 ticketID and will let you know when there is an update from our developer teams.

Regards,
Handy  

Posted: March 30, 2011 2:51 AM

Hello,

Our developer are still investigating the possiblity to implement this feature. They have not decided anything yet.

Regards,
Handy

Hello,

For UI changes can be made on the server side only if the page is on FullPostBack mode. However, refresh is a FLyPostBack action. So, for UI changes, it is better if you do it in client.
But if you would like to do in server, try the following code.

protected void WebGrid1_InitializePostBack(object sender, ISNet.WebUI.WebGrid.PostbackEventArgs e)
    {
        if (e.Action == PostBackAction.RefreshData)
        {
            WebButton1.Enabled = false;
            WebGrid1.ClientAction.RenderControl(WebButton1);
        }
    }

 


Regards,
Handy

Posted: March 28, 2011 7:33 AM
Hi,

You posted double regarding this topic. Please refer into http://www.intersoftpt.com/Community/WebGrid/Problem-installing-webgrid-3-in-window-server-2008/ for the response.

Regards,
Handy
Posted: March 28, 2011 12:17 AM

Hello,

Yes, we are still investigating this issue. But you need to rewrite the code so It can run in the correct behaviour. Please move the code to the correct event which it should be placed. I believe that this documentation has contains this information. We haven't tested to open the documentation in network drive. But you should have our documentation when installing the product.

Once again, The binding should not place in page load. It should be placed in InitializeDataSource event.
We can only continue the investigation after you moved the code.

Regards,
Handy

All times are GMT -5. The time now is 6:03 AM.
Previous Next