Search Results

Type: Posts; User: Richardt

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. Hi Ada

    Did you ever find a solution. I am having the same issue in ext.net v5
  2. Hi

    Does ext.net 5 support mobile development. I have up to version 3. I am interested in buying v5 if does support mobile. Sencha says they have Incorporated mobile development as part of their...
  3. Hi Not sure what I am missing. Copied the example from the mobile examples, but the Ext.toast does not want to show. Code below.


    <%@ Register Assembly="Ext.Net.Mobile" Namespace="Ext.Net.Mobile"...
  4. Thanks it will help
  5. Hi Geoffrey

    Is the CSS file available as I need to create a custom css for a client
  6. Hi I have a Ext.net license up to v3. Is there a place where I can download v1.7 source code. Thanks
  7. Hi Daniil

    Thanks a lot. I've been pulling my hair out for the last 2 days trying to figure this one out. Yet it was so simple.
  8. I am loading a treepanel using javascript but I am getting the following error when I want to expand.

    JavaScript runtime error: Unable to get property 'style' of undefined or null reference
    ...
  9. It is working. Will go through the changes
  10. I am migrating from v08.2 to v3 in the the old version to add a treenode I used to use the following code

    var node = new Ext.tree.TreeNode({
    text:...
  11. Here is an example of using the Google Gauge in ext.net gridpanel for anybody that is interested. I am still using version 8, but it should be easy to convert to later versions.

    PS. One issue...
  12. To those who are interested.

    Just place the following on the screen that is being effected or change your css file. This will fix the bug with chrome's new update



    <style type="text/css">
    ...
  13. Hi

    I know ver 0.8.2 is out of date but one of my program I've written along time ago still uses it.

    Since Chrome has released new updates(25/02/2013) the datefield is rendering incorrectly....
  14. I also had a need for this, What I did, that is if you are using SQL Server, was to write a pivot query in a stored procedure and used the resulting information in ext.net gridpanel. Here is a link...
  15. I don't think you can do it with a gridpanel.

    The way I did it is by reading it in a array in javascript and then callinn a directmethod.

    Javascript



    var cell = new Array();
    for (var i =...
  16. Hi

    How do I go about overwriting the following in a gridpanel



    deleteSelected : function () {
    var s = this.selModel.getSelections(),
    i;
  17. Here is something that I wrote that works like a simple calculator. Maybe this will work for you in the meanwhile.



    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb"...
  18. Hi

    I bought a license 2010/10/11 what will the upgrade Licence fee be, since a free upgrade only applies for licences bought 2010/11/01

    Thanks
    Richardt
  19. Thread: x-hidden Help

    by Richardt
    Thanks

    Was hiding the wrong element
  20. Thread: x-hidden Help

    by Richardt
    Hi

    I've got an ElementMenuItem that has a target of a x-hidden element which when clicked shows a panel. On the Panel there is a save button. When the user clicks the save button the Panel must...
  21. sorry for the previous garbage



    <ext:KeyNav ID="KeyNav3" runat="server" Target="={#{PnlLogin}.body}" DefaultEventAction="StopEvent">
    <Enter Handler="btnLogin.fireEvent('click');" />
  22. If I understand correctly is that when entered is pressed the login button must be executed If so use the following code.



    <ext:KeyNav ID="KeyNav3" runat="server" Target="={#{PnlLogin}.body}"...
  23. Hi

    Is there a way for the column in the gridpanel to mask a password in example *****

    Thanks
  24. Hi

    I have a formpanel, linked to a store, within the formpanel is a tabpanel with 2 tabs each containing fields coming from the store in the formpanel. Is there a reason why the fields does not...
  25. Hi

    I have a tabpanel of which the second tab is loaded by deferred (DeferredRender="false")
    rendering in an Iframe. The first tabpanel calls a field in the deferred panel, but if the deferred...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4