EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 13, 2025, 04:43:22 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
get the url property string of the datagrid
Pages: [
1
]
« previous
next »
Print
Author
Topic: get the url property string of the datagrid (Read 9684 times)
wymak
Newbie
Posts: 26
get the url property string of the datagrid
«
on:
December 21, 2012, 09:34:25 AM »
Hi everybody;
How can I get the value of url property in a datagrid, say #dg?
$('#dg').url did not work.
Thx
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: get the url property string of the datagrid
«
Reply #1 on:
December 21, 2012, 11:25:38 AM »
Call options method to get url property.
var url = $('#dg').datagrid('options').url;
alert(url);
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...