Example #1
0
		public GridContext(RenderContext renderContext, GridRowCol rowCol)
		{
			_renderContext = renderContext;
			_renderContext.PushRowCol(rowCol);
		}