User Profile & Activity

Handy Surya Support
Page
of 223

Hello,

This is a default behaviour in SelfReference scenario because the self child row only refer into a parent row. That's why it is count as one.

However, if you want, you can calculate them manually. We have GetSelfRefChildRows() method in a row object. You can get the row object by getting selected row or loop the root table for each row manually. 

Example, grid.RootTable.GetRow(0).GetSelfRefChildRows();

Hope this helps.

Regards,
Handy

Posted: June 17, 2010 12:11 PM

Hi John,

Do yo use checkbox ISRowChecker feature? If yes, this is the default behaviour and not designed for editing. It is designed for multiple selection. There is no other way to disable them one by one in AfterInitialize. Get each cell object element inside row object and disable them manually.

Regards,
Handy

Posted: June 17, 2010 12:06 PM

Hello,

I think you will need to handle it via client side. In OnShow client side event, handle your validation. If the data field is over specified length, get the element and set the display as none such as, WebCallOut1.GetElement().style.display = "none";

Regards,
Handy

Posted: June 17, 2010 10:11 AM

Hello Kai,

Unfortunately, If I am not mistaken, WebGrid does not support this feature for now.

Regards,
Handy

Hello,

Would you mind to let us know your environment details? Is it 64 bit system? If it is, please try to run ISReg64.exe. I removed your license screenshot due to confidential reason. Please don't publish it in the future. You can send an email into technical@intersoftpt.com for the license issue.

Regards,
Handy

Posted: June 17, 2010 10:03 AM

Hi,

Unfortunately, this scenario could not be done.
Even if It can, the efforts are too big.
If you ask for my opinion, maybe you can try to check in OnAfterReponse clientside event.
You can get if the status is 'add', try to call back your add function again.
However, you will need to find the correct validation. Otherwise, it will always recursive. Maybe you can add some flags or something.

Regards,
Handy

Hello Shah,

I am sorry for the late reply. Your issue is being investigated right now. I will let you know when the fix is ready. Btw, would you be mind more specific such as in recording like before? This would help us more to avoid some missing issue.

Regards,
Handy

Posted: June 15, 2010 3:17 PM

Hello Brad,

Do you use IE7(document) as well for the browser? If yes, it is a known issue. 

<style type="text/css">
        .DefSIcon
        {
            position: static !important;
         
        }
</style>

!important attribute is only used when in XHTML doctype.

Regards,
Handy

Posted: June 15, 2010 3:07 PM

Hello,

Unfortunately, you could not do this at client side. The possible way to do from server side via FullPostBack the page.

Regards,
Handy

Hello Brad,

If the columns are not specified, what do you need sort for? Only when column structure is specified, you can use sort. I think you can do yor sorting after you called RetrieveStructure. If you specified the sort before RetrieveStructure, of course WebGrid would not sort.

Regards,
Handy

All times are GMT -5. The time now is 3:36 AM.
Previous Next