[CLOSED] Multicombo in Sharepoint

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] Multicombo in Sharepoint

    Hi,
    I am trying to use the multiselection combobox in a webpart in sharepoint. When page loads, I get the error "Store1" undefined. Store1 is the store with a JsonReader that I am using to populate the dropdown from a datatable. It shows values correctly in the dropdown though.

    I also tried to use a DirectEvent for testing but breakpoint is not hit on the server and Sharepoint shows a "BadResponse" error message on client.

    All this works fine on a test ASP.NET webform page.

    All help appreciated.
    Last edited by Daniil; Oct 17, 2011 at 1:19 PM. Reason: [CLOSED]
  2. #2
    Hi,

    It's hard to say what's going wrong with a store.

    Regarding BadResponse.

    Please check a web.config for Ext.Net http handler and http module.
  3. #3

    Web.config

    Quote Originally Posted by Daniil View Post
    Hi,
    Please check a web.config for Ext.Net http handler and http module.

    I have following entries in web.config relating to Ext

    <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false" />
    
    <System.Web>
    <httpHandlers>
    <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
    
    <System.Web>
    <HttpModules>
    <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" />
    
    <system.webServer>
    <modules>
    <add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net" />
    
    <system.webserver>
    <handlers>
    <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" />


    Note that I also have(I did not add these) entries for Coolite such as

    <add name="AjaxRequestHandler" verb="*" path="*/coolite.axd" preCondition="integratedMode" type="Coolite.Ext.Web.ResourceManager, Coolite.Ext.Web, Version=0.8.2.983, Culture=neutral, PublicKeyToken=f58c952e9aa5b80a" />
    
    <add name="AjaxRequestModule" preCondition="managedHandler" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web, Version=0.8.2.983, Culture=neutral, PublicKeyToken=f58c952e9aa5b80a" />
    Last edited by Daniil; Oct 14, 2011 at 11:16 AM. Reason: Please use [CODE] tags
  4. #4
    Please post full response text of the request that is shown as "BadResponse" (you can get it from Fiddler)
  5. #5
    Quote Originally Posted by Vladimir View Post
    Please post full response text of the request that is shown as "BadResponse" (you can get it from Fiddler)
    That was a side problem with regards to using Direct events. The main problem is, I get an error that "Store1" is undefined and the Javascript line shown is not the one I have written. Its a call to refresh the store items.
  6. #6
    Weekend already started for you guys? No reply!
  7. #7
    Well, you did not provide any information for our investigation
    Please see
    http://forums.ext.net/showthread.php...ing-New-Topics


    - post test sample (or atleast markup/code is shown how all is configured)
    - post generated html/script from the browser
    - post response text for failure request (from Fiddler)
  8. #8
    Also, as I know all third-party assemblies must be marked as safe
    Did you add Ext.Net to sharepoint safe list?
  9. #9
    Quote Originally Posted by Vladimir View Post
    Also, as I know all third-party assemblies must be marked as safe
    Did you add Ext.Net to sharepoint safe list?
    Yes. The ext assembly is added to safe controls list.
  10. #10
    Quote Originally Posted by Vladimir View Post
    Well, you did not provide any information for our investigation
    Please see
    http://forums.ext.net/showthread.php...ing-New-Topics


    - post test sample (or atleast markup/code is shown how all is configured)
    - post generated html/script from the browser
    - post response text for failure request (from Fiddler)

    I cant do that because the page I am working on has thousands of lines of code and is referencing dozens if not hundreds of other DLLs.
Page 1 of 2 12 LastLast

Similar Threads

  1. Using Coolite with Sharepoint
    By dukefama in forum 1.x Help
    Replies: 0
    Last Post: Oct 20, 2010, 1:52 PM
  2. [CLOSED] Use coolite 1.0 in SharePoint 2010
    By sharif in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 19, 2010, 2:15 PM
  3. [CLOSED] TriggerField issue in Sharepoint with v1.0
    By turione in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 06, 2010, 6:39 AM
  4. SharePoint
    By randy85253 in forum 1.x Help
    Replies: 17
    Last Post: Jan 15, 2009, 10:49 AM
  5. [RePost] SharePoint
    By randy85253 in forum 1.x Help
    Replies: 0
    Last Post: Oct 14, 2008, 9:11 PM

Posting Permissions