User Profile & Activity

Gordon Tumewu Support
Page
of 19
Posted: August 21, 2009 12:06 AM

Hi Mark,

For issue number 1, we have KB article regarding this feature, you can browse it in http://support.intersoftpt.com/KBArticle.aspx?aid=229.

For issue number 2, I am sorry but if you want to use our default style then you cannot change the header height.

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: August 20, 2009 11:42 PM

Hi,

Thanks for the explanation. I have tried to create a simple sample but I didn't manage to replicate the issue in here. Here I attached my simple sample, could you check the sample and inform me whether the sample works in your place or not?

Best Regards,

Gordon Tumewu

Posted: August 20, 2009 3:18 AM

Hi,

Could you describe the issue more spesific?(e.g what part of webgrid that you want to change), because if I look at your code snippet, there's no code that indicate you want to change or update the WebGrid. Also it would be helpfull if you could provide us with simple sample.

Thanks.

Best Regards,

Gordon Tumewu

Posted: August 20, 2009 3:03 AM

Hi,

I am really sorry but the scenario didn't supported by our WebGrid, we cannot customize the header context menu of WebGrid. If you want you can submit feature request in our Developer Network >> My Community Center >> Product Feedback tab, and our development team will check the possibilities to implement this feature.

Best Regards,

Gordon Tumewu

Posted: August 18, 2009 11:26 PM

We are planning to release the 2009R1 SP1 at the end of this month the latest and the hotfix afterwards. If you need the hotfix immediately then we can send you the nightly build first to your email. 

We suggest you to use the 2009R1 SP1 installer because the installer already contain fixes for Update manager issue and contain latest hotfix for each of our component.

Posted: August 18, 2009 4:04 AM

Hi Siva,

Yes, you can set ChildNotExpandable property to true. This property is available in WebGridRow class.

You can set the property in WebGrid1_InitializeRow event, which is shown in the following example. 

protected void WebGrid1_InitializeRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e)
    {
        if (e.Row.GetChildTableRows(e.Row.Table.ChildTables[0]).Count == 0)
            e.Row.ChildNotExpandable = true;
    }

Hope this helps.

Best Regards,

Gordon Tumewu

Posted: August 17, 2009 10:31 PM

Hi George,

Try to close the visual studio, do iisreset and open the project again. If the problem still occured could you attach the page structure that contain the WebMenu?

Best Regards,

Gordon Tumewu

All times are GMT -5. The time now is 8:44 AM.
Previous Next