User Profile & Activity

Hans Kristian Member
Page
of 69
Posted: October 16, 2014 4:15 AM

Hello,

My apologies.

By default, the WebGrid’s binding operation mode is using ‘server-side binding’ mode. So (in this case) the filtering process will go to server side.

To achieve your scenario, I suggest you to use ‘client-side binding’ mode on your WebGrid.
Client-side binding is a mechanism that processes data operation and binding life-cycle entirely in the client-side.
By using this binding operation mode, the filtering process will not go to server side.

Intersoft has provided a couple of samples that show how-to use client-side binding & how the client-side binding works.
Please kindly have review on the WebGrid Solution Samples to see the result.

For further information regarding client-side binding, you could see from WebGrid’s documentation:
http://www.intersoftpt.com/Support/WebGrid/Documentation/topic512.html

Hope this helps.

Regards,
Hans K.

Hello,

Thank you for the reply.

Currently, our developer team is investigating this scenario. So that we can integrate Syncfusions components with the Crosslight.
We will back to you as soon as possible after we got news regarding this integrity feature.

Regards,
Hans K.
Posted: October 15, 2014 7:08 AM

Hello,

We glad to hear that you have achieved the scenario that you want.

Should you have further question, please do not hesitate to contact us.

Regards,
Hans K.

Posted: October 14, 2014 4:24 AM

Hello,

Thank you for the question regarding WebGrid.

I have created a WebGrid sample that show how to add filter to WebGrid from JavaScript code.
I bind the WebGrid to access data source (Northwind.mdb database & Shippers table).

Here’s the snippet example code how to add filter:

function AddFilter(){
    var grid = ISGetObject("WebGrid1");
    var newFilter = new WebGridFilter();
    newFilter.ColumnMember = "CompanyName";
    newFilter.FilterType = "Like";
    newFilter.FilterText = "United";                
    grid.RootTable.FilteredColumns.Add(newFilter);                            
    grid.RootTable.UpdateUI();
    grid.Refresh();
}

As you can see, I tried to filter the ‘CompanyName’ column that has ‘United’ value.

I attached the sample so that you can have review on the sample as well.

From further information about programmatic filter, you could follow this link below (“Add and remove Filtered Column programmatically” section):
http://www.intersoftpt.com/Support/WebGrid/Documentation/topic512.html

Hope this helps.

Regards,
Hans K.

Posted: October 14, 2014 3:30 AM

Hello,

Thank you for waiting.

Currently, we can’t customize the color bar of WebScheduler.
Basically, WebScheduler use the common / regular timeline view, so WebScheduler will order the color bar from the event’s time (from 00:00 to 24:00).

I apologize for the inconvenience.

Regards,
Hans K.

Posted: October 13, 2014 10:27 AM
Hello,

Thank for the reply.

I will discuss about this scenario with our team and come back to you as soon as possible.

Regards,
Hans K.

Hello,

Thank for the question regarding Crosslight.

I will try investigate this scenario furthermore and come back to you as soon as possible.

Regards,
Hans K.

Posted: October 13, 2014 10:20 AM

Hello,

Thank for the question regarding Crosslight.

Currently, there isn’t feature to change / modify image of a button from the core.

We will let you know if there is an update regarding this scenario.

We apologize for the inconvenience.

Regards,
Hans K.

Posted: October 10, 2014 10:18 AM

Hello,

Thank for the question regarding WebScheduler.

Based on your post, I try to open one of WebScheduler sample, named “TimelineDataEditing.aspx”.
I attached the screenshot about the ‘TimelineDataEditing.aspx’ page result.

I assume that the ‘Color Bar’ is event(s) that appear in every date. So I assume ‘Single Color Bar’, if there is only one event at one day. And the ‘Multiple Color Bar’, if there are more than one event in one day.

In ‘Multiple Color Bar’, all events are sorted by the time of the event. It will be sorted from the earliest time to the last.
That is default behavior from the WebScheduler.

Are you going to change the “Order” in Multiple Color Bar? Are you want to sort the Multiple Color Bar, by event name?

Regards,
Hans K.

Posted: October 10, 2014 7:53 AM

Hello,

Regarding work item ASPNET-121, developer team have managed to fix the issue.
I will attach the nightly build for work item ASPNET-121.
Please kindly have review on the hotfix.

NB: Please note that nightly build (pre-release version of hotfix) is not tested for regression. We hope customers can collaborate and test it in their project.

Thank you for your help.

Regards,
Hans K.

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