User Profile & Activity

Alexandre Liard Member
Page
of 7

Hi,

Same problem here. Any idea on a fix?

Regards,

Alex

Someone has any news on this? the issue si still there with Chrome on iOS.

Here is what we changed in webgrid_ui,js to temporarily fix this (in bold):

ProcessFilteredColumns: function(m, k, l)	{
		var n = null;
		var h = m.Grid;
		if(h.HeaderContext)
		{
			n = h.HeaderContext.parentElement
		}
		if(typeof (k) == "undefined")
		{
			m._LastFilters.Clear()
		}
		if(!h.LayoutSettings.ShowFilterStatus || !h.LayoutSettings.StatusBarVisible)
		{
			k = true
		}
		for(var j = 0; j < m.FilteredColumns.length; j++)
		{
			//patch Chrome 70 filter
			m.FilteredColumns[j].FilterText = m.FilteredColumns[j].FilterText.trim();
			//endpatch Chrome 70 filter
			var f = m.FilteredColumns[j];
			var a = m.Columns.GetNamedItem(f.ColumnMember);

 

Posted: July 22, 2016 8:02 PM

Hi Yudi,

can you send me your sample application, I will do some test on my end.

Regards,

Alex

Posted: May 2, 2016 9:06 PM

Hi Yudi,

did you have any news on this?

Regards,

Alex

Posted: May 2, 2016 9:05 PM

any news?

Posted: March 22, 2016 5:47 PM

Thank you it worked

Posted: March 21, 2016 12:40 PM

Here is the screenshot.

Posted: March 18, 2016 1:24 PM

the previous version I have is 2014 not 2015.

Posted: November 11, 2015 2:40 PM
Hi Yudi,
We also have problems with DaylightSaving. Only when we show data for the month where the time changes.
For example, we changed hour in november and then the weekends dows not show correctly.
See the screen shot attached.
Did you manage ti fix this issue?
Regards,
Alex
All times are GMT -5. The time now is 9:37 PM.
Previous Next