Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:how_to_install [2011/04/16 17:26] tony |
wiki:how_to_install [2017/12/09 14:37] (current) admin |
||
---|---|---|---|
Line 50: | Line 50: | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>My First Grid</title> | <title>My First Grid</title> | ||
| | ||
Line 90: | Line 91: | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>My First Grid</title> | <title>My First Grid</title> | ||
| | ||
Line 166: | Line 168: | ||
- | **Development installation prior to version 4.0.0** | + | **Development installation prior to version 4.0.0 and in case if you download the code from GitHub** |
Also, the source code is split into a number of different files, one for each jqGrid module. This also makes it easier to find a particular piece of code. | Also, the source code is split into a number of different files, one for each jqGrid module. This also makes it easier to find a particular piece of code. | ||
Line 290: | Line 292: | ||
</code> | </code> | ||
- | That's all! You are ready to debug and improve jqGrid. Click [[:wiki:how_it_works|here]] to learn how jqGrid works. | + | That is all! You are ready to debug and improve jqGrid. Click [[:wiki:how_it_works|here]] to learn how jqGrid works. |