Feras Khoursheed
Feras Khoursheed
Sorry for the late reply, you know when you have a new born, life gets up side down :) no sadly it does not work, no arabic text is rendered...
@ElanHasson thanks a lot man, Hebrew and Arabic share the many concepts right to left and are descendant from one language, hope this will be fixed as i am yet...
@ElanHasson thanks a lot for the link, but this has problem that if you have English words mixed with Arabic or Hebrew, things will be messed up. you can try...
hi, thanks for reply, i have checked the sample, and there was something i missed, it is setting hte object to null or undefined, like you did here self.EditingPerson(undefined); thanks...
i don't know if it helps, but with WebApi the attributes should be [HTTPGET] and not [GET] so it should be [HttpGet("test-method")] public string TestMethod() { return "Hello World!"; }
try removing the forward slash, it is not needed for root url [HttpGet("/")] should be [HttpGet("")]
@mccalltd does that mean we should always download attribute routing and use it even if new WbApi is implementing it ?
thanks for reply, and sorry for asking more, what is your advise? keep using attribute routing for Wep Api or use the Microsoft implemented one ?
thanks for the fast response, regarding drag, you might be right, but the way i see it is when we are already using mouse to select items then we are...
awesome man, this will makes us ditch jquery ui all together, please don't forget shift and ctrl keys support :)