User Profile & Activity

Handy Surya Support
Page
of 223
Posted: September 16, 2010 10:21 PM

Hello,

To get "Copy this Cell" menu, you should need to set "Allow Edit" yes.
However, if you still want to set Read-only into your WebGrid, you would need to add Edit Type properties to No Edit in each of your WebGridColumn.

Regards,
Handy

Posted: September 16, 2010 10:05 PM

Normally, in batch update mode, when you called Delete() or delete manually by pressing 'delete' key in keyboard, the current row would be marked.
As you can see in my video, there should delete icon indicator and would be added as pending changes.
So, that's why I am confused why you insist to say that you could not see the indicator.
Suggest a workaround to hide the row when use delete() also would not help much.
Even though you hide the row, it is still added in pending changes.
It would not go away from pending changes, except you have clicked accept or cancel the pending changes.

Regards,
Handy

Posted: September 16, 2010 9:53 PM

Hello Snusha,

When running deployment manager from development server, it should recognize what components that you used in your project. You can fill the RunTime license key in each product.
After that, when you clicked next, it should show dialog which looks like your screenshot.
To simple deploy, you can just ignore those tabs and simply click apply then close.
It should add Runtime license key into your web.config.

Regards,
Handy

Posted: September 16, 2010 3:13 AM

Hello Snusha,

Before sending the files to your client, please ensure you insert RunTime License key via Deployment Manager.
Please pay attention that RunTime License key is not the same with License key that you used to register the product via License Manager.
To obtain your RunTime License key, please login into developer network>>My Components.
FYI, you don't need to install the product into your client machine since it is deployment.

Regards,
Handy

Posted: September 16, 2010 2:27 AM

Ok, I forwarded your project that replicates the issue to our developer teams.

Regards,
Handy

Posted: September 16, 2010 12:48 AM

Hello,

Would you mind just send me the sample? It seems you also use css style which I also need to replicate the issue. However, I think it would be better if you use 100% value rather than use AutoHeight or AutoWidth.
It seems WebGrid resize not completely because of this properties.
Please try to call wg.DoResize(true,true) with some timeout.

Regards,
Handy 

Posted: September 16, 2010 12:37 AM

Hello,

Unfortunately, there is no method to expand all if you have more than 1 group levels.
I think it is more easier if you handle this in client side.
Please see my attached code. I am using on button click.

  function Button1_onclick() {
            var grid = ISGetObject("WebGrid1");
            var currentRow = grid.GetSelectedObject().GetRowObject(); 
            currentRow.ExpandGroupRow(); // expand group row
            for (var i = 0; i < currentRow.GetGroupChildRows().length; i++) {
                currentRow.GetGroupChildRows()[i].ExpandGroupRow();
            }
            return true;
                       
        }

Regards,
Handy 

Posted: September 15, 2010 11:29 PM

Hello Madhavan,

It is true that we have this layout issue. But is has been fixed. Please try to apply the attached hotfixes.

If the issue still persists, would you mind to send me a simple sample that replicates this issue?

Regards,
Handy

In Client side approach, there is also available WebGrid button click client side event.
However, if you are not handling save in database and changes. everytime you refresh or RebindDataSource, it would revert back into the old or first data.

Regards,
Handy 

Posted: September 14, 2010 11:01 PM

Ok, I will wait for your sample. It seems we need to wait for your sample to see what the real problem is.

Regards,
Handy

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