User Profile & Activity

leo Chandra Member
Page
of 14

Hi Visal,

From the image, it seem that the issue was on WebGrid, but I could not find any webgrid tag in the asp code you have shared. I would appreciate it if you could share a sample that I could run on my end so that I could observed this issue.

For your information, I have modified my previous sample so that webgrid show 0 data with a button click in my attempt to replicate your issue. The result was I could not replicate your issue. I could see the empty row text message perfectly. Please have the sample evaluated on your end.

Best Regards,
Leo

Hi Fahim,

Glad that your issue was solved. Should you have any problem with our control, feel free to post it here.

Best Regards,
Leo

Posted: August 25, 2015 3:41 AM

Hi Gabriel,

I have modified your sample by adding datepicker and timepicker. The Following are the modification I have done on your project:
1. PageTesteViewModel
    Add a new DateTime type property.

2. PageTest.axml
    add DatePicker and TimePicker

3. TesteBindingProvider
    Bind DatePicker and TimePicker to ViewModel's DisplayDate Property.

this.AddBinding("datePicker1", BindableProperties.ValueProperty, new BindingDescription("DisplayDate", BindingMode.TwoWay));this.AddBinding("timePicker1", BindableProperties.ValueProperty, new BindingDescription("DisplayDate", BindingMode.TwoWay));


That should do it.

Best Regards,
Leo

Hi Vishal,

I notice that you set webgrid height to "80%" but never set webgrid container height. To solve this issue, please set webgrid container height. Please find the simple sample in attachment and evaluated it on your end by adding it to webgrid default sample.

Regards.

Hi Jimmy,

Insert, Update, and Delete operation on SumListViewModel will be reflected on the Editor A too. To ensure the data, it is recommended that all data operation to Sum Model was done through SumRepository.

Best Regards,
Leo

Hi Jimmy,

Based on your description, it seem you want to do the following scenario:
1. On Editor A Pass RelatedList to a List View
2. On ListView, you could go to Editor B to edit item on the list.
3. Changes done in Editor B to one of the related item should be reflected on Editor A.

I have modified my sample to fit the above scenario. You should be able to get the sample from here. Please note that the sample used crosslight 4. For your information, The data on Editor A and Editor B is the same instance, it just that the changes on Data not reflected on Editor A. So in the sample, I manually trigger property changes on Editor A to update Editor A view. I will discuss it with crosslight development team whether this is the right way to do it. Will give you an update later.

Best Regards,
Leo

Posted: July 29, 2015 3:19 AM

Hi Thomas,

We did not include "material design" support on Crosslight 4 yet, but it's already in our agenda for next release. For your information, "Material design" support already on development stage. We'll ship full controls and styles for material design in 2015 r2, scheduled on Q4.

Best Regards,
Leo

Posted: July 28, 2015 6:27 AM

Hi Alan,

I have tried the solution you have suggested, but it will cause another issue. Webgrid will run into infinite loop when it tried to set notdatabox (on catch side, it will call ShowNoDataBox again).  It seem the intention of try catch in that code was intended to make sure set empty data text finish successfuly, if exception occured (very rare), WebGrid will once again set empty data text after several milisecond.

Well, the possible solution right now was by specifying "CommonText/NoData" text item so that f=c.GetString("CommonText/NoData") will return the specified value instead of null, like the one suggested by Handy.

Best Regards,
Leo

Posted: June 30, 2015 1:58 AM

Hi Jay,

You could safely migrate your WebGrid 7 to WebGrid 9 because there is no significant changes in the API (no breaking changes). For a clean migration, I suggest you to uninstall your previous version of WebUI For ASP.NET control before you apply/install the newer version of WebUI For ASP.NET control.

Best Regards,
Leo

Posted: June 26, 2015 9:13 AM

Hi Jay,

The patch for chrome 43 was targeted for WebGrid version 9. For your information, the fixed was done on framework level, so it might be working on older WebGrid, like webgrid 7. Still I recommend you to update your WebGrid for better stability and performance, as we no longer provide further updates for older version because it has been discontinued.

Best Regards,
Leo

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