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...
Search Results
Type: Posts; User: Richardt
Search took 0.00 seconds.
-
Mar 30, 2020, 4:29 PM
Thread: Mobile Support
by Richardt -
Mar 29, 2020, 6:41 PM
Thread: Ext.toast not showing
by RichardtHi 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"... -
Feb 05, 2020, 12:00 PM
Thread: V1.7 Source Code
by RichardtThanks it will help -
Feb 04, 2020, 7:33 PM
Thread: V1.7 Source Code
by RichardtHi Geoffrey
Is the CSS file available as I need to create a custom css for a client -
Feb 04, 2020, 12:36 PM
Thread: V1.7 Source Code
by RichardtHi I have a Ext.net license up to v3. Is there a place where I can download v1.7 source code. Thanks -
Mar 26, 2015, 2:11 PM
Thread: [CLOSED] Javascript tree error
by RichardtHi 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. -
Mar 26, 2015, 9:27 AM
Thread: [CLOSED] Javascript tree error
by RichardtI 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
... -
Mar 24, 2015, 11:41 AM
Thread: [CLOSED] Javascript add treenode
by RichardtIt is working. Will go through the changes -
Mar 24, 2015, 9:04 AM
Thread: [CLOSED] Javascript add treenode
by RichardtI 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:... -
May 08, 2013, 12:34 PM
Thread: Google Gauge in GridPanel
by RichardtHere 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... -
Feb 27, 2013, 11:24 AMTo 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">
... -
Feb 27, 2013, 6:44 AMHi
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.... -
Nov 30, 2012, 8:31 AM
Thread: [CLOSED] Pivot Grid ( 1.*, 2.0)
by RichardtI 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... -
Jun 28, 2012, 12:37 PM
Thread: To loop GridPanel rows server side
by RichardtI 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 =... -
May 11, 2012, 9:52 AM
Thread: Gridpanel override deleteSelected
by RichardtHi
How do I go about overwriting the following in a gridpanel
deleteSelected : function () {
var s = this.selModel.getSelections(),
i; -
Oct 19, 2011, 10:24 AM
Thread: dropdown calculator control
by RichardtHere 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"... -
Jul 15, 2011, 9:38 AM
Thread: Upgrade fee to v2
by RichardtHi
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 -
May 19, 2011, 7:13 AM
Thread: x-hidden Help
by RichardtThanks
Was hiding the wrong element -
May 16, 2011, 1:13 PM
Thread: x-hidden Help
by RichardtHi
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... -
Feb 26, 2011, 2:23 PMsorry for the previous garbage
<ext:KeyNav ID="KeyNav3" runat="server" Target="={#{PnlLogin}.body}" DefaultEventAction="StopEvent">
<Enter Handler="btnLogin.fireEvent('click');" /> -
Feb 26, 2011, 2:18 PMIf 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}"... -
Feb 09, 2011, 9:18 AM
Thread: Password column in gridpanel
by RichardtHi
Is there a way for the column in the gridpanel to mask a password in example *****
Thanks -
Sep 30, 2010, 10:57 AM
Thread: TabPanel in Formpanel
by RichardtHi
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... -
Aug 31, 2010, 9:01 AM
Thread: Iframe deferred rendering
by RichardtHi
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... -
Aug 20, 2010, 6:09 PMI increases the height of the panel which the grid is in. And this is what i see. So it work by me. Don't know what the problem is on your side
1505
Results 1 to 25 of 84