jQWidgets Forums

jQuery UI Widgets Forums Grid Grid doesnt display data in one browser but displays data in another

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • Yogesh Singh
    Participant

    Hi,

    I have this weird problem going on where when i access the screen in one environment (from VDI – virtual desktop interface) in browser IE 8 it doesnt display data in the grid but when i login to the other environment (another VDI) and same browser version i.e. IE8 i am seeing data . Browser settings are same and application points to the same database also i dont know why it doesnt work in the former VDI.

    loadSearchViewGrid: function (viewName, empName) {

    $.ajax({
    type: ‘POST’,
    dataType: ‘json’,
    async: false,
    cache: false,
    url: ‘ManageView.aspx/LoadSearchGrid’,
    data: JSON.stringify({ viewName: viewName, empName: empName }),
    contentType: ‘application/json; charset=utf-8’,
    success: function (data) {
    TC.filters.manageViews.variables.searchViewGridSource.localdata = data.d;
    TC.filters.manageViews.SearchViewGrid(null);
    },
    error: function (err) {
    alert(err.responseText);
    }
    });
    },

    This is the output returned in data in the above method of the working browser
    <NewDataSet>
    <xs:schema id=”NewDataSet” xmlns=”” xmlns:xs=”http://www.w3.org/2001/XMLSchema” xmlns:msdata=”urn:schemas-microsoft-com:xml-msdata” xmlns:msprop=”urn:schemas-microsoft-com:xml-msprop”>
    <xs:element name=”NewDataSet” msdata:IsDataSet=”true” msdata:MainDataTable=”View” msdata:UseCurrentLocale=”true”>
    <xs:complexType>
    <xs:choice minOccurs=”0″ maxOccurs=”unbounded”>
    <xs:element name=”View” msdata:CaseSensitive=”False”>
    <xs:complexType>
    <xs:sequence>
    <xs:element name=”VIEW_ID” msprop:OraDbType=”113″ type=”xs:long” minOccurs=”0″ />
    <xs:element name=”VIEW_NAME” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”CREATED_DATE” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”VIEWUSERID” msprop:OraDbType=”113″ type=”xs:long” minOccurs=”0″ />
    <xs:element name=”CREATEDBYUSERID” msprop:OraDbType=”113″ type=”xs:long” minOccurs=”0″ />
    <xs:element name=”NAME” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”VIEW_TYPE” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”NUMCOMPANYFILTERS” msprop:OraDbType=”107″ type=”xs:decimal” minOccurs=”0″ />
    <xs:element name=”NUMOTHERFILTERS” msprop:OraDbType=”107″ type=”xs:decimal” minOccurs=”0″ />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <View>
    <VIEW_ID>10</VIEW_ID>
    <VIEW_NAME>Aerotek</VIEW_NAME>
    <CREATED_DATE>11/11/2014 03:27:22 PM</CREATED_DATE>
    <VIEWUSERID>26915</VIEWUSERID>
    <CREATEDBYUSERID>12641</CREATEDBYUSERID>
    <NAME>Bowers,Michael R.</NAME>
    <VIEW_TYPE>Shared</VIEW_TYPE>
    <NUMCOMPANYFILTERS>1</NUMCOMPANYFILTERS>
    <NUMOTHERFILTERS>0</NUMOTHERFILTERS>
    </View>
    <View>
    <VIEW_ID>9</VIEW_ID>
    <VIEW_NAME>Aerotek 00002</VIEW_NAME>
    <CREATED_DATE>04/28/2014 11:08:09 AM</CREATED_DATE>
    <CREATEDBYUSERID>12641</CREATEDBYUSERID>
    <NAME>Bowers,Michael R.</NAME>
    <VIEW_TYPE>Unused</VIEW_TYPE>
    <NUMCOMPANYFILTERS>1</NUMCOMPANYFILTERS>
    <NUMOTHERFILTERS>1</NUMOTHERFILTERS>
    </View>
    <View>
    <VIEW_ID>11</VIEW_ID>
    <VIEW_NAME>Aerotek 00002, Customer 187314</VIEW_NAME>
    <CREATED_DATE>05/06/2014 08:07:32 AM</CREATED_DATE>
    <CREATEDBYUSERID>12641</CREATEDBYUSERID>
    <NAME>Bowers,Michael R.</NAME>
    <VIEW_TYPE>Unused</VIEW_TYPE>
    <NUMCOMPANYFILTERS>1</NUMCOMPANYFILTERS>
    <NUMOTHERFILTERS>2</NUMOTHERFILTERS>
    </View>
    <View>
    <VIEW_ID>8</VIEW_ID>
    <VIEW_NAME>TEKsystems</VIEW_NAME>
    <CREATED_DATE>04/17/2014 11:22:24 PM</CREATED_DATE>
    <CREATEDBYUSERID>12641</CREATEDBYUSERID>
    <NAME>Bowers,Michael R.</NAME>
    <VIEW_TYPE>Unused</VIEW_TYPE>
    <NUMCOMPANYFILTERS>1</NUMCOMPANYFILTERS>
    <NUMOTHERFILTERS>0</NUMOTHERFILTERS>
    </View>
    </NewDataSet>

    This is the output returned in data in the above method of the non working browser

    <NewDataSet>
    <xs:schema id=”NewDataSet” xmlns=”” xmlns:xs=”http://www.w3.org/2001/XMLSchema” xmlns:msdata=”urn:schemas-microsoft-com:xml-msdata” xmlns:msprop=”urn:schemas-microsoft-com:xml-msprop”>
    <xs:element name=”NewDataSet” msdata:IsDataSet=”true” msdata:MainDataTable=”View” msdata:UseCurrentLocale=”true”>
    <xs:complexType>
    <xs:choice minOccurs=”0″ maxOccurs=”unbounded”>
    <xs:element name=”View” msdata:CaseSensitive=”False”>
    <xs:complexType>
    <xs:sequence>
    <xs:element name=”VIEW_ID” msprop:OraDbType=”113″ type=”xs:long” minOccurs=”0″ />
    <xs:element name=”VIEW_NAME” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”CREATED_DATE” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”VIEWUSERID” msprop:OraDbType=”113″ type=”xs:long” minOccurs=”0″ />
    <xs:element name=”CREATEDBYUSERID” msprop:OraDbType=”113″ type=”xs:long” minOccurs=”0″ />
    <xs:element name=”NAME” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”VIEW_TYPE” msprop:OraDbType=”126″ type=”xs:string” minOccurs=”0″ />
    <xs:element name=”NUMCOMPANYFILTERS” msprop:OraDbType=”107″ type=”xs:decimal” minOccurs=”0″ />
    <xs:element name=”NUMOTHERFILTERS” msprop:OraDbType=”107″ type=”xs:decimal” minOccurs=”0″ />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    </NewDataSet>

    Kindly advice as to why the same website same database connection and same code behaves differently in different VDIs


    Peter Stoev
    Keymaster

    Hi Yogesh Singh,

    It could be due to VDI. I don’t know, please share a jsfiddle.net demo with your issue so we would be able to check whether there’s something wrong on our side.

    Best regards,
    Peter stoev

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.