User Profile & Activity

Handy Surya Support
Page
of 223

Hello Soniya,

If you already knew how to show dialogbox on click DropDown button, you should able to use it in WebGridColumn.
You only need to integrate it. Nothing change in the code if you want to show dialogbox when clicked WebCombo dropdown because this is handled by WebCombo, not WebGrid.

Regards,
Handy

Posted: December 7, 2011 10:55 PM

Hello,

Based on discussion with our developer teams, unfortunately, it is not a bug. Using FilterExpression does not mean the operation done in server. In server, ISDataSource still selects based on your SelectMethod. There is no filter expression in query at all. So, basically, filter expression process is done in client side process.
Since WebGrid has its own mechanism for filtering, filter expression from ISDataSource would be reset because it is client side operation.

Regards,
Handy

Posted: December 7, 2011 10:26 PM

Hi,

I can replicate your issue. I would try to discuss with our developer teams regarding this matter. I will let you know when it's done.

Regards,
Handy

Posted: December 7, 2011 8:34 PM

Hello Carlos,

Based on my replied on Developer Network, when set ShowStatisticsOnComplete as false, this issue would occur. Please try to remove this property and let me know the result. 

Regards,
Handy

Posted: December 7, 2011 3:41 AM

Hello,

Please allow me to understand further your point in order to avoid any misunderstood point.
Do you want to expand the group row include the child in hierarchical too?

I saw that your used row.ExpandGroupRow(). However, what is this row object? Is it based on row selection?
Please remember this row should be a group row object. If row is based on row selection, please ensure that you select the correct row.

Regards,
Handy

Hello Suhas,

Based on your description, I tried to load WebGrid based on saved xml. When I looked up into GetRowsCount, it shows the correct result for multiple times. Perhaps, there are something I missed. Can you provide me a simple runable sample that replicates this issue? Perhaps, your structure is required.
But I still need it to be runable in order to debug and anlayze the issue.

Regards,
Handy

Hello Peter,

We would try to bring fix before that. For your question about refresh. You can call Refresh() onAfterInitialize clientside event.

Regards,
Handy

Posted: December 7, 2011 2:28 AM

Hello Richard,

As default, UXListBoxItem could not be dragged or dropped. UXListBox has properties AllowDrop,AllowDropItem,AllowMoveItem,AllowRemoveItem,AllowReorderItem for that scenario. As default, those properties are set to false.

Regards,
Handy

Hello Tim,

Here, I sent a sample about how to get object in child from parent page and how to get object in parent from child page.
Hope this helps.

Regards,
Handy

Hello,

You would need to hide via element. In OnAfterInitialize clientside event, simply set style display as none.

function WebGrid1_OnAfterInitialize()
{
        var grid = ISGetObject("WebGrid1");
        grid.GetElement(WG40.STATUSBARCOMMAND, WG40.HTMLROW).childNodes[3].childNodes[0].childNodes[0].childNodes[0].childNodes[1].style.display = "none";
}

Regards,
Handy

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