Search Results

Type: Posts; User: webppl

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Thanks Daniil, Well i tried adding SourceFormatting="false" but still nothing is coming inside portlet and no error is coming
  2. Hi Am dynamically building control and adding in view. Everything works fine but HighCharts inside "PC1" doesn't render below is the code.



    Ext.net.ResourceMgr.load([{
    url:...
  3. Fixed using



    <LayoutConfig>
    <ext:ColumnLayoutConfig FitHeight="false" />
    </LayoutConfig>
  4. I want just one scrollbar instead of 2 please see code



    <ext:Viewport runat="server" Layout="FitLayout">

    <Items>
    <ext:Panel ID="Panel2" runat="server"...
  5. How to handle timeout issues in ext.net MVC.
    Am using webservices in Controller Action. Some times if webservices taking more time i get timeout error and after that
    if i load other page which...
  6. IE 8 version
  7. Remote paging using AjaxStoreResult
  8. Am using MVC 2 and autoPostBack didnt work.
    Only problem is in IE. Firefox and Chrome works fine.
  9. when i remove all records from store using dsStore.removeAll().
    Gridpanel paging toolbar keeps showing old paging information. How to fix this?
  10. <ext:MenuItem ID="menuOptions" Text="Options" Icon="Wrench">
    <Menu>
    <ext:Menu ID="menu3"...
  11. In web config default theme is blue. But when i change it to different theme suppose Gray or Slate.

    Container on master page starts displaying gradient fill in Container which creates box. Works...
  12. NumberField strips 0 if Number starts with 0 at front
  13. well am using MVC and Client paging will create problem as records can exceeds 8000 in my case.
  14. Is there any solution to this? Any way to do paging on Client Side and then copy records?
  15. I want to copy all selection in Gridpanel to other Grid. But at present i can copy only those records which are in current page i cant copy selected records from other pages.

    Gridpanel Code


    ...
  16. Thanks Daniil
  17. <ext:FormPanel
    Frame="true"
    Border="false"
    ...
  18. There's problem with Fileupload button if i add fileupload inside Fieldset no browse button comes up.
    But outside fieldset its coming.
  19. Am not able to work around with Mask on Portlet
    if i add loadMask.hide() at end of jscript function Masking doesnt comes up.
    And if i remove loadMask.hide() Mask comes up but even after graph is...
  20. Thanks Vladimir
  21. How to reset grid Checkboxselection?
    Currently when grid loads data it shows old selected records. How to reset that?

    Same happens with Gridpanel records.
    First time if records are found based...
  22. Accordion not building as it should be.
    Building this from code behind



    <%@ Control Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
  23. Am trying build but its not working



    <%@ Control Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <ext:AccordionLayout runat="server"...
  24. Hi have different setup Page contains grid so when user clicks on Edit button inside


    var commandHandler = function (cmd, record) {
    switch (cmd) {
    case "edit":
    ...
  25. I renamed folder to something else and it starts working.
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4