Search Results

Type: Posts; User: fotis

Search took 0.01 seconds.
  1. Thank you Fabricio, yes iframe should be the best solution as we are building a complex app, so not everything can go on native modules on desktop.
  2. Hi Fabricio,

    js code runs ok now but seems that Ext.net controls are not accessible from dynamically add script code. Check below extension of the example. Store1 is not accessible when module...
  3. Thank you Fabricio! This has worked indeed!
  4. Hi Fabricio,

    Unfortunately using a container does not seem to resolve this. Sending the full page to check. Maybe desktop interferes with the controls?


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

    <%@...
  5. I have a problem with the modules that are added dynamically in Desktop. If they contain javascript code this is not added in the page. It is very easy to replicate in examples by adding the...
  6. Hi Fabricio and congrats for the olympic games ;-)

    Yes, the Grid-To-Grid example was the right place to start.

    Thank you very much.
  7. Hi, I am trying to use a checkbox in the grid rowexpander to modify boolean data,

    However updating from the rowexpander does not work , the boolean value of the grid does not change. Is it a bud...
  8. Hi, I am looking to change the following Drag & drop example (DataView to Grid) to add a new record after dropping on the grid instead of filling the existing rows and also have the new row in...
  9. Thread: DateField extend

    by fotis
    I would like to extend the DateField to accept unknown date parts i.e. (xx/12/2013) if day is unknown or (xx/xx/2013) if day & month is unknown, but still provide the calendar functionality.

    Is...
  10. I am building a portal with many dynamic portlets

    codebehind:
    Portal portlet = new Portal() { Title = p.title, IDMode= Ext.Net.IDMode.Legacy, Collapsible = true, Draggable=true, ID="p1" };
    ...
  11. Hi, I am trying to catch the collapse/show event of groupingsummary column in a GridPanel. While this is possible with Rowexpander for single rows, it does not work with groupingsummary. The goal is...
Results 1 to 11 of 11